home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / break.able < prev    next >
Text File  |  1999-08-29  |  964b  |  37 lines

  1. <:ifempty env["QUERY_STRING"]>
  2. <html>
  3.     <head>
  4.         <link rel=stylesheet type="text/css" HREF="fa.css">
  5.         <title>Flex-Able: String Functions: Break String</title>
  6.     </head>
  7. <body>
  8. <DIV CLASS="topic">String Functions: Break String</DIV>
  9. <p><br>
  10. <p><br>
  11.     Try using a search argument with commas in it: <br> 
  12.     <a href="break.able?and,now,it,is,time,for,a,short,break">break.able?and,now,it,is,time,for,a,short,break</a>.
  13. <hr>
  14. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  15. </body>
  16. </html> 
  17. <:else>
  18. <html>
  19.     <head>
  20.         <link rel=stylesheet type="text/css" HREF="fa.css">
  21.         <title>Flex-Able: String Functions: Break String</title>
  22.     </head>
  23. <body>
  24. <DIV CLASS="topic">String Functions: Break String</DIV>
  25. <p><br>
  26. <p><br>
  27.  
  28.     <:set list <:break_string env["QUERY_STRING"] ",">>
  29.  
  30.     <:foreach num value list><:url_decode value>     <:/foreach>
  31. <hr>
  32. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  33. </body>
  34. </html> 
  35. <:/ifempty>
  36.  
  37.